runtime.g.startpc (field)
6 uses
runtime (current package)
proc.go#L4536: newg.startpc = fn.fn
proc.go#L4581: traceGoCreate(newg, newg.startpc)
runtime2.go#L488: startpc uintptr // pc of goroutine function
stack.go#L1190: f := findfunc(gp.startpc)
trace.go#L336: id := trace.stackTab.put([]uintptr{logicalStackSentinel, startPCforTrace(gp.startpc) + sys.PCQuantum})
traceback.go#L1316: f := findfunc(gp.startpc)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |